home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / apps / astronmy / yale.arc / YALEFORM.DOC < prev    next >
Text File  |  1988-08-20  |  9KB  |  202 lines

  1. Overview
  2.  
  3. The Yale Bright Star Catalog is an electronic catalog providing extensive
  4. stellar information for the brightest stars. It is large (megabytes), and
  5. includes extensive detail for each star (e.g. B-V color temperature, proper
  6. motion, catalogue names), much of which is not needed by charting software.
  7. It is normally distributed on magnetic tape, and has not (to my knowledge)
  8. been posted to the net.
  9.  
  10. The highly reduced and hand-revised versions included with the "starchart"
  11. software family have appeared in two forms. The first (~160K, posted February,
  12. 1987) included merely location, magnitude and familiar names for a small number
  13. of stars. This recent reduction (~190K, posted October (?), 1987) adds spectral
  14. designation for potential color applications, double and variable star
  15. flags, Bayer and Flamsteed indices and increases the number of named stars.
  16.  
  17. The current dataset was reduced directly from the original Yale data by
  18. Robert Tidd, using custom software. His file format is given below [1]. The
  19. raw output was hand-edited by Alan Paeth to remove a number of anomolies [2].
  20. Users wishing to update or extend yale.star should look in part [3].
  21.  
  22. Disclaimer
  23.  
  24. The original Yale Bright Star Catalog may not be used for commercial purposes
  25. without express previous written consent from the Department of Astronomy,
  26. Yale University.
  27.  
  28. --
  29. Part [1]
  30.  
  31. File format for yale.star (reduced Yale star catalog, version 2)
  32.  
  33. Name    Col     Len    Type     Desc
  34. -------------------------------------------------
  35. ra    1    6    i6    ra  2000 hhmmss
  36. dec    7    5    +-i4    dec 2000 -mmss
  37. mag    12    3    {-}i    magnitude*100 (ddd) or -magnitude*10 (-dd)
  38. type    15    2    c2    object type
  39. type1    15    1    c1    object type 1    / star,ga,cl,neb,etc
  40. type2    16    1    c1    object type 2    / dbl,open,cl,etc
  41. spec2    17    2    c1d1    spectral 2 'G2'
  42. letter    19    2    c2    greek Bayer letter(s), or Flamsteed number
  43. const    21    3    c3    constellation (I.A.U. designation)
  44. name    24    30    c*    name,descrip.
  45. newline    54    1    c1    newline (max final loc)
  46. $
  47. --------
  48. 'type1'/'type' 2 coding table
  49. CG-Glob.Cluster        CO-Open  Cluster     GC-Galac.Cluster
  50. GP-Sphere Galaxy    GS-Spiral Galaxy
  51. ND-Difuse Nebula    NP-Planetary Nebula
  52. P*-Planet
  53. SS-star            SB-Binary Star        SD-Double Star
  54. SV-Variable Star
  55. VM-vector move        VS-vector draw (solid)    VD-vector draw (dotted)
  56. VH-vector draw (hyphens = dashed)
  57. I*-Invisible (for annotation)
  58. --------
  59. 'letter' coding table
  60.    
  61. # Flamsteed
  62. a-alpha b-beta g-gamma d-delta e-epsilon z-zeta h-eta @-theta i-iota k-kappa
  63. l-lambda m-mu n-nu E-xi o-omicron p-pi r-rho s-sigma t-tau u-upsilon 0-phi
  64. x-chi %-psi w-omega $-????
  65. --------
  66.  
  67. Example:
  68.  
  69. ---yale.star---
  70. 141540+1911-11SSK2a BOOArcturus
  71. 062357-5241-72SSF0a CAR
  72. 051641+4600006SDG8a AURCapella
  73. .
  74. .
  75. .
  76. ---messier.star---
  77. 053430+2202840ND    TAUm1  Crab Nebula
  78. 175629-1901600CO    SGRm23 
  79. 202355+3832710CO    CYGm29 ,good at low pwr
  80. 084026+1959370CO    CNCm44 Praesepe, Beehive Cl
  81. .
  82. .
  83. .
  84.  
  85. [2] Hand edits done on "raw" reduced yale.star
  86.  
  87. [a] Proper names added:
  88.  
  89. 062357-5241-72SSF0a CARCanopus
  90. 050229+4105000SSK5z AURCapella
  91. 195047+0852075SDA7a AQLAltair
  92. 173336-3706162SSB1l SCOShaula
  93. 125602+3819288SDB9a2CVNCor Caroli
  94.  
  95. [b] Magnitude and Spectral data changes (based on "Norton"):
  96.  
  97. 122636-6306158SDB1a1CRU
  98. 122636-6306080SDB2a1CRUAcrux
  99.  
  100. [c] Deleted (0.00 magnitude - obviously wrong. The position is in the extreme
  101.          S.W. of Vela, near non-descript NGC 2547)
  102.  
  103. 081334-5012000SSK6
  104.  
  105. [d] Name Changed
  106.  
  107. 052617+2836165SSB7b TAUHath (old)
  108. 052617+2836165SSB7b TAUAlnath (new)
  109.  
  110. Note: beta Taurii == lambda Aurigae (above)
  111.  
  112. [e] Mag limit:
  113.            _
  114. 064509-1643146SDA1a CMASirius        (-1.46 not representable)
  115. 064509-1643-99SDA1a CMASirius
  116.  
  117. Sirus has been reduced from mag -1.46 to -.99, owing to limitations in
  118. the three character positions used to give magnitude. This may be rectified
  119. by using the old style format (style is checked on a line and not a file basis),
  120. but this would remove spectral information and identification.
  121.  
  122. ! Notes on Magnitude
  123. !
  124. ! Magnitudes on the range -9.9 through 9.99 are represented in the following
  125. ! format: "-99" though "999". Thus, the three position magnitude field is
  126. ! normally taken as mag*100, unless object is of negative magnitude, in which
  127. ! case it represents a value mag*10. This costs us the "hundredths" position
  128. ! for objects of negative magnitude, but this is not objectionable. For very
  129. ! dim objects, 9.99 represents the current limiting magnitude. As there are
  130. ! on the order of 1e6 stars to this brightness, the format provides adequate
  131. ! representation. When used to chart small asteroids or very dim non-stellar
  132. ! objects, magnitudes below +9.99 will occasionally be encountered; we suggest
  133. ! coding such entries as "999", with this value then taken to mean >=9.99.
  134. !
  135. ! The old yale format which is supported for back compatability allows for
  136. ! a larger four digit field, but its use is not advocated, as code operation
  137. ! is not defined in presense of non-digits (such as leading blanks).
  138.  
  139. [f] Known Problems and "Features"
  140.  
  141. For certain double stars (when the companion is rather bright), duplicate
  142. entries exist in the dataset, Ra and Dec values matching exactly. The
  143. plotting of the second visible double star in an exact overstrike position
  144. can cause problems, particularly with PostScript, which will inadvertently
  145. form an annulus symbols which resembles the variable star indicator.
  146.  
  147. The fix is to remove all duplicate entries from yale.star which are exact
  148. matches in RA and DECL, omitting those stars of lower value, while insuring
  149. that the parent star has a "SD" (star double) indicator. 
  150.  
  151. This has been done to roughly seventy stars in the database, notibly to
  152. Orion's belt and his Trapezium, and to Alpha Centaurii. The omitted entries
  153. are included in "yale.omit". These remain useful for checking the combined
  154. magnitudes of bright double stars, or in searching for pairs with striking
  155. difference in star spectral class. The best known example of the latter in the
  156. Northern Hemisphere is beta Cygnii [Alberio], but as the locations of both
  157. companions differ by 2" in RA, the parent star of spectral class K5 is
  158. represented, together with its B8 compainion.
  159.  
  160. [g] Bayer and Flamsteed numbers
  161.  
  162. A two character field represents Bayer letters, which by convention are
  163. assigned as Greek lower case letters from alpha to omega, followed by
  164. assignments in single and double digit Roman type. The database contains
  165. entries such as " A" and "A " and "a ", and it is not always clear that the
  166. lower case letter in the first column is an exact "trigger" for Greek fonts.
  167. (Because entries such as "@" indicate a theta, and "E" also occurs).
  168. In practice, this is not a problem unless one desires an authoratative code
  169. for a quite dim star (ie, beyond the 24th Bayer assignment). For virtally all
  170. stars given labels in standard Atlases, the StarChart output provides an exact
  171. match.
  172.  
  173.  
  174. [3] User Extentions to yale.star
  175.  
  176. Barring the correction of obvious errors in yale.star, users may wish to
  177. add additional stars or ephemeride data in .star format. In any case, data
  178. should be for the epoch E2000.0. The program "epoch" may be used if this is
  179. not the case. The data records may be in either the new or old reduced
  180. file format convention (planet.star still produces data in the old format).
  181. The old format omits provision for spectral class or secondary label
  182. information, but allow stars of magnitude at or below 10.0, as four (and not
  183. three) characters are allocated to magnitude. Because testing of format is
  184. done on a line-by-line basis, entries may be mixed and matched. Thus, the
  185. present yale.star could be extended with data for dim, nameless stars below
  186. magnitude 10. Note that yale.star must be sorted in order of decreasing
  187. magnitude. This is only important for stellar data records.
  188.  
  189. For other cases, data produced in .star format may be included for printing
  190. under the "-f file.star" option in the starcharting software. The important
  191. fields are for Ra, Decl, Magnitude, Type (code and subcode) and name, as each
  192. directly controls the location and appearence of the output. Two addi